home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / InternetTools / ApacheWebServer1.3.6 / apache_1_3_6_win32.exe / _SETUP.1 / conf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-15  |  184 b   |  10 lines

  1. /*
  2.  *  conf.h -- backward compatibility header for ap_config.h
  3.  */
  4.  
  5. #ifdef __GNUC__
  6. #warning "This header is obsolete, use ap_config.h instead"
  7. #endif
  8.  
  9. #include "ap_config.h"
  10.